GoXam for WPF v3
LinkFromParameterPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkFromParameterPath Property
Gets or sets a property path that that specifies how to get optional "port" parameter information for the "from" node data of a link data object.
Syntax
public string LinkFromParameterPath {get; set;}

Property Value

This value is used by FindFromParameterForLink to get an object describing the "from" end of this link data.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindFromParameterForLink for most cases.

The value of this property path applied to a link data object must be of type PortKey.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members